195theorem noble_gas_at_closure (Z : ℕ) (h : isNobleGas Z) : distToNextClosure Z = 0 := by
proof body
Term-mode proof.
196 unfold isNobleGas nobleGasZ at h 197 simp only [List.mem_cons, List.mem_nil_iff, or_false] at h 198 obtain rfl | rfl | rfl | rfl | rfl | rfl := h <;> native_decide 199 200/-- Noble gases have valence electrons equal to their period length (complete shell). -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.