Commit 718a853
committed
feat(FieldTheory/Galois/IsGaloisGroup): add
Add two constructors for `IsGaloisGroup`:
- `IsGaloisGroup.of_algEquiv`: if `G` is a Galois group on `B/A` and `e : B ≃ₐ[A] B'` is
`G`-equivariant, then `G` is a Galois group on `B'/A`.
- `IsGaloisGroup.of_ringEquiv`: if `G` is a Galois group on `B/A` and `e : A ≃+* A'`
is compatible with the algebra structures, then `G` is a Galois group on `B/A'`.IsGaloisGroup.of_algEquiv and of_ringEquiv (leanprover-community#38902)1 parent d568c8c commit 718a853
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
83 | 114 | | |
84 | 115 | | |
85 | 116 | | |
| |||
0 commit comments