Skip to content

Commit 5d80868

Browse files
committed
feat: port RingTheory.WittVector.IsPoly (#4851)
This file contains a couple of tactics. I ported everything that is not a tactic and added an "attributes" file. My plan is to try to develop the tactics while porting a file that actually uses them.
1 parent ac5fb5c commit 5d80868

File tree

3 files changed

+665
-0
lines changed

3 files changed

+665
-0
lines changed

Mathlib.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,8 +2429,10 @@ import Mathlib.RingTheory.Valuation.Quotient
24292429
import Mathlib.RingTheory.Valuation.ValuationRing
24302430
import Mathlib.RingTheory.WittVector.Basic
24312431
import Mathlib.RingTheory.WittVector.Defs
2432+
import Mathlib.RingTheory.WittVector.IsPoly
24322433
import Mathlib.RingTheory.WittVector.StructurePolynomial
24332434
import Mathlib.RingTheory.WittVector.Teichmuller
2435+
import Mathlib.RingTheory.WittVector.WittAttributes
24342436
import Mathlib.RingTheory.WittVector.WittPolynomial
24352437
import Mathlib.RingTheory.ZMod
24362438
import Mathlib.SetTheory.Cardinal.Basic

0 commit comments

Comments
 (0)