theorem
proved
not_two_generations
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Foundation.ParticleGenerations on GitHub at line 64.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
61 norm_num [face_pairs]
62
63/-- For D = 3, there cannot be 2 face-pairs. -/
64theorem not_two_generations :
65 face_pairs 3 ≠ 2 := by
66 norm_num [face_pairs]
67
68end ParticleGenerations
69end Foundation
70end IndisputableMonolith