def
definition
def or abbrev
plotEncoding
show as:
view Lean formalization →
formal statement (Lean)
142def plotEncoding : BookerPlotFamily → F2Power 3
143 | .ragsToRiches => axis1 -- (true, false, false)
144 | .voyageAndReturn => axis2 -- (false, true, false)
145 | .comedy => axis3 -- (false, false, true)
146 | .theQuest => axis12 -- (true, true, false)
147 | .tragedy => axis13 -- (true, false, true)
148 | .overcomingTheMonster => axis23 -- (false, true, true)
149 | .rebirth => axis123 -- (true, true, true)
150
151/-- The encoding is injective: distinct plots map to distinct vectors. -/
used by (16)
-
narrativeGeodesicCert -
NarrativeGeodesicCert -
narrative_geodesic_one_statement -
no_eighth_plot -
plot_composition_cancels_iff -
plot_composition_xor_additive -
plotEncoding_image_eq_nonzero -
plotEncoding_image_nonzero -
plotEncoding_injective -
plotWeight -
singleAxis_plots -
threeAxis_plots -
twoAxis_plots -
bookerCountLaw -
CountLawCert -
countLaw_implies_no_extra