Skip to content

Commit 6351982

Browse files
staroperatorvihdzp
andauthored
Update Mathlib/SetTheory/ZFC/Basic.lean
Co-authored-by: Violeta Hernández Palacios <vi.hdz.p@gmail.com>
1 parent e5837f6 commit 6351982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/SetTheory/ZFC/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ theorem natCast_succ {n : ℕ} : ((n + 1 : ℕ) : ZFSet) = insert (n : ZFSet) (n
393393
def omega : ZFSet :=
394394
mk PSet.omega
395395

396-
theorem mem_omega : x ∈ omega ↔ ∃ (n : ℕ), x = n := by
396+
theorem mem_omega : x ∈ omega ↔ ∃ n : ℕ, x = n := by
397397
induction x using Quotient.inductionOn
398398
simp [omega, PSet.mem_omega, Nat.cast, NatCast.natCast, eq]
399399

0 commit comments

Comments
 (0)