52@[simp] theorem fromComplex_toComplex (z : LogicComplex) : 53 fromComplex (toComplex z) = z := by
proof body
Term-mode proof.
54 cases z with 55 | mk re im => 56 simp [toComplex, fromComplex, fromReal_toReal] 57 58/-- Carrier equivalence between recovered complex numbers and Mathlib `ℂ`. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.