pith. machine review for the scientific record. sign in
class definition def or abbrev

PrimeNormStructure

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  70class PrimeNormStructure (P : Type*) where
  71  norm : P → ℝ
  72  norm_gt_one : ∀ p : P, 1 < norm p
  73
  74variable {P : Type*} [PrimeNormStructure P]
  75
  76/-- The cost of an abstract prime: `J(‖p‖)`. -/

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (7)

Lean names referenced from this declaration's body.