Commit ec6e08b
committed
feat(FieldTheory/IntermediateField): add eq_iff_finrank_eq_of_le(') (#40300)
Adds the iff-strengthenings of `IntermediateField.eq_of_le_of_finrank_eq` and `eq_of_le_of_finrank_eq'`:
- `eq_iff_finrank_eq_of_le`: for `F ≤ E` with `[E : K]` finite, `F = E ↔ finrank K F = finrank K E`.
- `eq_iff_finrank_eq_of_le'`: for `F ≤ E` with `[L : F]` finite, `F = E ↔ finrank F L = finrank E L`.
:robot: This PR was extracted from the [SKW project](https://github.com/xroblot/SKW) by Claude.1 parent cb93419 commit ec6e08b
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
| |||
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
104 | 116 | | |
105 | 117 | | |
106 | 118 | | |
| |||
0 commit comments