proof

Lean proof spine

P18 Marginals ≠ tradeoffs

Lean spine source

formal/Bundles.lean

Declarations: P18_marginal_preservation_not_tradeoff_preservation

From the machine-checked spine in formal/ (Mathlib + spine imports). Not self-contained for Lean 4 Web — use the repo or a local lake build.

theorem P18_marginal_preservation_not_tradeoff_preservation :
    ∃ p q : TradeoffProfile 2,
      sameMarginals p q ∧ ¬ sameTradeoffs p q :=
  ⟨tradeoffProfile0, tradeoffProfile1, same_marginals_profiles, different_tradeoff_profiles⟩