Documentation

Mathlib.Algebra.PUnitInstances.GCDMonoid

Instances on PUnit #

This file collects facts about algebraic structures on the one-element type, e.g. that it is a commutative ring.

@[simp]
theorem PUnit.gcd_eq {x y : PUnit.{u_1 + 1}} :
gcd x y = unit
@[simp]
theorem PUnit.lcm_eq {x y : PUnit.{u_1 + 1}} :
lcm x y = unit