Commit 2131653
committed
feat(Valuation/Basic): adjust Valuation.IsNontrivial lemmas for fields (#33488)
This PR adjusts some of the lemmas for `Valuation.IsNontrivial` over fields.
- `IsNontrivial.exists_lt_one`: ~`v x ≠ 0`~ --> `x ≠ 0`. (Now consistent with `isNontrivial_iff_exists_lt_one`.)
- `IsNontrivial.exists_one_lt`: remove superfluous `x ≠ 0`.
- `IsNontrivial_iff_exists_one_lt`: added.
Co-authored-by: Xavier Genereux <xaviergenereux@hotmail.com>1 parent 0398d34 commit 2131653
2 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
529 | | - | |
530 | | - | |
| 528 | + | |
| 529 | + | |
531 | 530 | | |
532 | 531 | | |
533 | 532 | | |
534 | 533 | | |
535 | | - | |
| 534 | + | |
536 | 535 | | |
537 | 536 | | |
538 | | - | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
539 | 542 | | |
540 | 543 | | |
541 | 544 | | |
| |||
0 commit comments