Skip to content

Commit

Permalink
ch6: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Oct 13, 2023
1 parent 417789c commit 7ca0042
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions FormalBook/Ch06_Every_finite_division_ring_is_a_field.lean
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,6 @@ theorem h_lamb_gt_q_sub_one (q n : ℕ) (lamb : ℂ):
simp only [norm_eq_abs, map_nonneg, Real.sqrt_sq] at g
exact g




lemma test' (b : ℕ): (a : ℕ) → a = b := by
sorry

lemma test (b : ℕ) (a : ℕ) : a = b := by
have := test' b

sorry

lemma div_of_qpoly_div (k n q : ℕ) (hq : 1 < q) (hk : 0 < k) (hn : 0 < n)
(H : q ^ k - 1 ∣ q ^ n - 1) : k ∣ n := by
revert H
Expand Down

0 comments on commit 7ca0042

Please sign in to comment.