Documentation

Mathlib.Data.Nat.Cast.Prod

The product of two AddMonoidWithOnes. #

@[implicit_reducible]
instance Prod.instAddMonoidWithOne {α : Type u_1} {β : Type u_2} [AddMonoidWithOne α] [AddMonoidWithOne β] :
AddMonoidWithOne (α × β)
@[simp]
theorem Prod.fst_natCast {α : Type u_1} {β : Type u_2} [AddMonoidWithOne α] [AddMonoidWithOne β] (n : ) :
(↑n).1 = n
@[simp]
theorem Prod.fst_ofNat {α : Type u_1} {β : Type u_2} [AddMonoidWithOne α] [AddMonoidWithOne β] (n : ) [n.AtLeastTwo] :
(OfNat.ofNat n).1 = OfNat.ofNat n
@[simp]
theorem Prod.snd_natCast {α : Type u_1} {β : Type u_2} [AddMonoidWithOne α] [AddMonoidWithOne β] (n : ) :
(↑n).2 = n
@[simp]
theorem Prod.snd_ofNat {α : Type u_1} {β : Type u_2} [AddMonoidWithOne α] [AddMonoidWithOne β] (n : ) [n.AtLeastTwo] :
(OfNat.ofNat n).2 = OfNat.ofNat n