Skip to content

Commit

Permalink
chore(set_theory/ordinal_arithmetic): Make auxiliary result private (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vihdzp committed Mar 10, 2022
1 parent 4048a9b commit 41f5c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/set_theory/ordinal_arithmetic.lean
Expand Up @@ -1939,7 +1939,7 @@ theorem CNF_foldr {b : ordinal} (b0 : b ≠ 0) (o) :
CNF_rec b0 (by rw CNF_zero; refl)
(λ o o0 h IH, by rw [CNF_ne_zero b0 o0, list.foldr_cons, IH, div_add_mod]) o

theorem CNF_pairwise_aux (b := omega) (o) :
private theorem CNF_pairwise_aux (b := omega) (o) :
(∀ p ∈ CNF b o, prod.fst p ≤ log b o) ∧
(CNF b o).pairwise (λ p q, q.1 < p.1) :=
begin
Expand Down

0 comments on commit 41f5c17

Please sign in to comment.