Commit 2026-03-05 11:23 9e7dfb2c
View on Github →fix(NumberTheory/Padics): remove diamond normed instance on C_p (#36118) In this PR, we refactor the normed instance on $\mathbb{C}_p$ to the norm extended along completion, and show that this is compatible with valuation. Also added NontriviallyNormedField and CharZero instances. Before this PR, there were two non-defeq normed instance on $\mathbb{C}_p$.
- Induced by
UniformSpace.Completion.instNormfrom the norm on the algebraic closure of Q_p, - Converted from
Valued.normfrom the valuation on $\mathbb{C}_p$. We choose the first one and show that it is propositionally equal to the second one as a theorem.