chore(library/algebra/ordered_ring): use 'note'
This commit is contained in:
parent
ec5990f4de
commit
42eda36225
1 changed files with 2 additions and 2 deletions
|
@ -440,8 +440,8 @@ section
|
|||
begin
|
||||
apply le_of_not_gt,
|
||||
intro Hab,
|
||||
let Hposa := lt_of_le_of_lt Hb Hab,
|
||||
let H' := calc
|
||||
note Hposa := lt_of_le_of_lt Hb Hab,
|
||||
note H' := calc
|
||||
b * b ≤ a * b : mul_le_mul_of_nonneg_right (le_of_lt Hab) Hb
|
||||
... < a * a : mul_lt_mul_of_pos_left Hab Hposa,
|
||||
apply (not_le_of_gt H') H
|
||||
|
|
Loading…
Reference in a new issue