Skip to content

Commit

Permalink
fix renamed lemma
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Oct 8, 2019
1 parent 57039ee commit 6e2548c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pSet_ordinal.lean
Expand Up @@ -620,7 +620,7 @@ lemma eq_iff_mk_eq {η₁ η₂ : ordinal} : η₁ = η₂ ↔ equiv (ordinal.mk
lemma mk_type_mk_eq (κ : cardinal) (H_inf : cardinal.omega ≤ κ) : #(ordinal.mk (ord κ)).type = κ :=
begin
cases (@exists_aleph κ).mp ‹_› with k H_k,
subst H_k, rw[ordinal.mk_limit_type (aleph_is_limit (k))], convert card_ord (aleph k),
subst H_k, rw[ordinal.mk_limit_type (ord_aleph_is_limit (k))], convert card_ord (aleph k),
rw[<-(@card_type _ (aleph k).ord.out.r (aleph k).ord.out.wo)], simp
end

Expand All @@ -635,7 +635,7 @@ mk_type_mk_eq _ (le_of_lt ‹_›)

@[simp]lemma mk_type_mk_eq'''' {k} : #(ordinal.mk (aleph k).ord).type = (aleph k) :=
begin
rw[ordinal.mk_limit_type (aleph_is_limit (k))], convert card_ord (aleph k),
rw[ordinal.mk_limit_type (ord_aleph_is_limit (k))], convert card_ord (aleph k),
rw[<-(@card_type _ (aleph k).ord.out.r (aleph k).ord.out.wo)], simp
end

Expand Down

0 comments on commit 6e2548c

Please sign in to comment.