Injectivity of Int.Cast
into characteristic zero rings and fields. #
theorem
Function.support_intCast
{α : Type u_1}
{β : Type u_2}
[AddGroupWithOne β]
[CharZero β]
{n : ℤ}
(hn : n ≠ 0)
:
Function.support ↑n = Set.univ
@[deprecated Function.support_intCast]
theorem
Function.support_int_cast
{α : Type u_1}
{β : Type u_2}
[AddGroupWithOne β]
[CharZero β]
{n : ℤ}
(hn : n ≠ 0)
:
Function.support ↑n = Set.univ
Alias of Function.support_intCast
.
theorem
Function.mulSupport_intCast
{α : Type u_1}
{β : Type u_2}
[AddGroupWithOne β]
[CharZero β]
{n : ℤ}
(hn : n ≠ 1)
:
Function.mulSupport ↑n = Set.univ
@[deprecated Function.mulSupport_intCast]
theorem
Function.mulSupport_int_cast
{α : Type u_1}
{β : Type u_2}
[AddGroupWithOne β]
[CharZero β]
{n : ℤ}
(hn : n ≠ 1)
:
Function.mulSupport ↑n = Set.univ
Alias of Function.mulSupport_intCast
.