{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:UR32IWKMJPJYOATIGHENBSCKRO","short_pith_number":"pith:UR32IWKM","canonical_record":{"source":{"id":"2602.15965","kind":"arxiv","version":3},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.MS","submitted_at":"2026-02-17T19:30:24Z","cross_cats_sorted":[],"title_canon_sha256":"72070ce310f6b388a64949bc47237fa9f38bb2b5ac5c0669d4eca3293317776a","abstract_canon_sha256":"690a95f228bf7257191d524c356be46549775896ecf341811ddb90e708b8f31d"},"schema_version":"1.0"},"canonical_sha256":"a477a4594c4bd387026831c8d0c84a8b8f15c296db8831dccf4434a1fada7efc","source":{"kind":"arxiv","id":"2602.15965","version":3},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2602.15965","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"arxiv_version","alias_value":"2602.15965v3","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2602.15965","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"pith_short_12","alias_value":"UR32IWKMJPJY","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"pith_short_16","alias_value":"UR32IWKMJPJYOATI","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"pith_short_8","alias_value":"UR32IWKM","created_at":"2026-05-20T00:04:25Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:UR32IWKMJPJYOATIGHENBSCKRO","target":"record","payload":{"canonical_record":{"source":{"id":"2602.15965","kind":"arxiv","version":3},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.MS","submitted_at":"2026-02-17T19:30:24Z","cross_cats_sorted":[],"title_canon_sha256":"72070ce310f6b388a64949bc47237fa9f38bb2b5ac5c0669d4eca3293317776a","abstract_canon_sha256":"690a95f228bf7257191d524c356be46549775896ecf341811ddb90e708b8f31d"},"schema_version":"1.0"},"canonical_sha256":"a477a4594c4bd387026831c8d0c84a8b8f15c296db8831dccf4434a1fada7efc","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-20T00:04:25.892651Z","signature_b64":"GOE2UYWG0bZZ7rpwf9PIAYjYzwPZvUhlhwCBtEvIx7Ri0vDT89s4UUkGyv982bt33T8jlHYAcAMteVxSiwO2AQ==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"a477a4594c4bd387026831c8d0c84a8b8f15c296db8831dccf4434a1fada7efc","last_reissued_at":"2026-05-20T00:04:25.891757Z","signature_status":"signed_v1","first_computed_at":"2026-05-20T00:04:25.891757Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2602.15965","source_version":3,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:04:25Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"sahivo8pN0C0nfMU9QOx75qE7uMLKMficFea1v/qbL9AAqiKA5aUn0NoI3v6WIvGcAzdQCPHxbsAEj8hXi83AQ==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-26T14:12:51.049688Z"},"content_sha256":"fbfca8466997bffa3f395c4a8bc70d3498e9c609c788fd441551a1c2c449a4dc","schema_version":"1.0","event_id":"sha256:fbfca8466997bffa3f395c4a8bc70d3498e9c609c788fd441551a1c2c449a4dc"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:UR32IWKMJPJYOATIGHENBSCKRO","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"FLoPS: Semantics, Operations, and Properties of P3109 Floating-Point Representations in Lean","license":"http://creativecommons.org/licenses/by/4.0/","headline":"A Lean formal model of the P3109 low-precision floating-point standard verifies that FastTwoSum computes exact overflow errors under saturation for any rounding mode while ExtractScalar properties fail at one-bit precision.","cross_cats":[],"primary_cat":"cs.MS","authors_text":"Jay P Lim, Santosh Nagarakatte, Sehyeok Park, Tung-Che Chang","submitted_at":"2026-02-17T19:30:24Z","abstract_excerpt":"The upcoming IEEE-P3109 standard for low-precision floating-point arithmetic can become the foundation of future machine learning hardware and software. Unlike IEEE-754, P3109 introduces a parametric framework defined by bitwidth, precision, signedness, and domain. This flexibility results in a vast combinatorial space of formats -- some with as little as one bit of precision -- alongside novel features such as stochastic rounding and saturation arithmetic. These deviations create a unique verification gap that this paper intends to address. This paper presents FLoPS, Formalization in Lean of "},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"We reveal that FastTwoSum exhibits a novel property of computing exact 'overflow error' under saturation using any rounding mode, whereas previously established properties of the ExtractScalar algorithm fail for formats with one bit of precision.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"The Lean encoding faithfully captures the informal semantics and edge cases of the P3109 draft standard, including all interactions between saturation, stochastic rounding, and subnormal handling.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"A Lean formalization of P3109 that verifies FastTwoSum computes exact overflow error under saturation for any rounding mode and shows ExtractScalar properties fail at one-bit precision.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"A Lean formal model of the P3109 low-precision floating-point standard verifies that FastTwoSum computes exact overflow errors under saturation for any rounding mode while ExtractScalar properties fail at one-bit precision.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"21f50d9059fcc52e5e29077f324919dc1bcdd017fcf0c2636a6aa0adbed8c933"},"source":{"id":"2602.15965","kind":"arxiv","version":3},"verdict":{"id":"8ca17efa-f71d-4cf8-8c2e-cf0b92810f8e","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-15T21:51:25.474877Z","strongest_claim":"We reveal that FastTwoSum exhibits a novel property of computing exact 'overflow error' under saturation using any rounding mode, whereas previously established properties of the ExtractScalar algorithm fail for formats with one bit of precision.","one_line_summary":"A Lean formalization of P3109 that verifies FastTwoSum computes exact overflow error under saturation for any rounding mode and shows ExtractScalar properties fail at one-bit precision.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"The Lean encoding faithfully captures the informal semantics and edge cases of the P3109 draft standard, including all interactions between saturation, stochastic rounding, and subnormal handling.","pith_extraction_headline":"A Lean formal model of the P3109 low-precision floating-point standard verifies that FastTwoSum computes exact overflow errors under saturation for any rounding mode while ExtractScalar properties fail at one-bit precision."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2602.15965/integrity.json","findings":[],"available":true,"detectors_run":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938"},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":2,"snapshot_sha256":"c4934009e8c776bafd50b63e19756020b5533130b0ee4d4ad51bd5d74784ccd3"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"8ca17efa-f71d-4cf8-8c2e-cf0b92810f8e"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:04:25Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"Nun9jnVHRLD5bERLslT1RZDhQ4G+wTyGr1m1Kdy/8J5Qfd93YBhu6A4OG5CnHX0xKEdlPqn5p4fakUoLPuqTBQ==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-26T14:12:51.050573Z"},"content_sha256":"60f0816ebbb672f3873cd866b764796ac2c68e9e650738bf2fcf92ba1b04fcad","schema_version":"1.0","event_id":"sha256:60f0816ebbb672f3873cd866b764796ac2c68e9e650738bf2fcf92ba1b04fcad"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/bundle.json","state_url":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/UR32IWKMJPJYOATIGHENBSCKRO/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-26T14:12:51Z","links":{"resolver":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO","bundle":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/bundle.json","state":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/state.json","well_known_bundle":"https://pith.science/.well-known/pith/UR32IWKMJPJYOATIGHENBSCKRO/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:UR32IWKMJPJYOATIGHENBSCKRO","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"690a95f228bf7257191d524c356be46549775896ecf341811ddb90e708b8f31d","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.MS","submitted_at":"2026-02-17T19:30:24Z","title_canon_sha256":"72070ce310f6b388a64949bc47237fa9f38bb2b5ac5c0669d4eca3293317776a"},"schema_version":"1.0","source":{"id":"2602.15965","kind":"arxiv","version":3}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2602.15965","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"arxiv_version","alias_value":"2602.15965v3","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2602.15965","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"pith_short_12","alias_value":"UR32IWKMJPJY","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"pith_short_16","alias_value":"UR32IWKMJPJYOATI","created_at":"2026-05-20T00:04:25Z"},{"alias_kind":"pith_short_8","alias_value":"UR32IWKM","created_at":"2026-05-20T00:04:25Z"}],"graph_snapshots":[{"event_id":"sha256:60f0816ebbb672f3873cd866b764796ac2c68e9e650738bf2fcf92ba1b04fcad","target":"graph","created_at":"2026-05-20T00:04:25Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"We reveal that FastTwoSum exhibits a novel property of computing exact 'overflow error' under saturation using any rounding mode, whereas previously established properties of the ExtractScalar algorithm fail for formats with one bit of precision."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"The Lean encoding faithfully captures the informal semantics and edge cases of the P3109 draft standard, including all interactions between saturation, stochastic rounding, and subnormal handling."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"A Lean formalization of P3109 that verifies FastTwoSum computes exact overflow error under saturation for any rounding mode and shows ExtractScalar properties fail at one-bit precision."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"A Lean formal model of the P3109 low-precision floating-point standard verifies that FastTwoSum computes exact overflow errors under saturation for any rounding mode while ExtractScalar properties fail at one-bit precision."}],"snapshot_sha256":"21f50d9059fcc52e5e29077f324919dc1bcdd017fcf0c2636a6aa0adbed8c933"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"c4934009e8c776bafd50b63e19756020b5533130b0ee4d4ad51bd5d74784ccd3"},"integrity":{"available":true,"clean":true,"detectors_run":[],"endpoint":"/pith/2602.15965/integrity.json","findings":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"The upcoming IEEE-P3109 standard for low-precision floating-point arithmetic can become the foundation of future machine learning hardware and software. Unlike IEEE-754, P3109 introduces a parametric framework defined by bitwidth, precision, signedness, and domain. This flexibility results in a vast combinatorial space of formats -- some with as little as one bit of precision -- alongside novel features such as stochastic rounding and saturation arithmetic. These deviations create a unique verification gap that this paper intends to address. This paper presents FLoPS, Formalization in Lean of ","authors_text":"Jay P Lim, Santosh Nagarakatte, Sehyeok Park, Tung-Che Chang","cross_cats":[],"headline":"A Lean formal model of the P3109 low-precision floating-point standard verifies that FastTwoSum computes exact overflow errors under saturation for any rounding mode while ExtractScalar properties fail at one-bit precision.","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.MS","submitted_at":"2026-02-17T19:30:24Z","title":"FLoPS: Semantics, Operations, and Properties of P3109 Floating-Point Representations in Lean"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"2602.15965","kind":"arxiv","version":3},"verdict":{"created_at":"2026-05-15T21:51:25.474877Z","id":"8ca17efa-f71d-4cf8-8c2e-cf0b92810f8e","model_set":{"reader":"grok-4.3"},"one_line_summary":"A Lean formalization of P3109 that verifies FastTwoSum computes exact overflow error under saturation for any rounding mode and shows ExtractScalar properties fail at one-bit precision.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"A Lean formal model of the P3109 low-precision floating-point standard verifies that FastTwoSum computes exact overflow errors under saturation for any rounding mode while ExtractScalar properties fail at one-bit precision.","strongest_claim":"We reveal that FastTwoSum exhibits a novel property of computing exact 'overflow error' under saturation using any rounding mode, whereas previously established properties of the ExtractScalar algorithm fail for formats with one bit of precision.","weakest_assumption":"The Lean encoding faithfully captures the informal semantics and edge cases of the P3109 draft standard, including all interactions between saturation, stochastic rounding, and subnormal handling."}},"verdict_id":"8ca17efa-f71d-4cf8-8c2e-cf0b92810f8e"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:fbfca8466997bffa3f395c4a8bc70d3498e9c609c788fd441551a1c2c449a4dc","target":"record","created_at":"2026-05-20T00:04:25Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"690a95f228bf7257191d524c356be46549775896ecf341811ddb90e708b8f31d","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.MS","submitted_at":"2026-02-17T19:30:24Z","title_canon_sha256":"72070ce310f6b388a64949bc47237fa9f38bb2b5ac5c0669d4eca3293317776a"},"schema_version":"1.0","source":{"id":"2602.15965","kind":"arxiv","version":3}},"canonical_sha256":"a477a4594c4bd387026831c8d0c84a8b8f15c296db8831dccf4434a1fada7efc","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"a477a4594c4bd387026831c8d0c84a8b8f15c296db8831dccf4434a1fada7efc","first_computed_at":"2026-05-20T00:04:25.891757Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-20T00:04:25.891757Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"GOE2UYWG0bZZ7rpwf9PIAYjYzwPZvUhlhwCBtEvIx7Ri0vDT89s4UUkGyv982bt33T8jlHYAcAMteVxSiwO2AQ==","signature_status":"signed_v1","signed_at":"2026-05-20T00:04:25.892651Z","signed_message":"canonical_sha256_bytes"},"source_id":"2602.15965","source_kind":"arxiv","source_version":3}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:fbfca8466997bffa3f395c4a8bc70d3498e9c609c788fd441551a1c2c449a4dc","sha256:60f0816ebbb672f3873cd866b764796ac2c68e9e650738bf2fcf92ba1b04fcad"],"state_sha256":"14d760fa03b0d467fb71059e3d17b8df6ec154bc26daeea0f05d8a5cbb0bfbda"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"iHlG1rJZ/3Z2Jft5CN7G39IpFqMsDp3zi+sGcYsb0wkNOp67oAkBvIxEy7xq67zB3c6IxPOCG9lwmJBvKT9TDw==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-26T14:12:51.053681Z","bundle_sha256":"15829881049f666af20bbcf446cac6d0baa34f3ad5c8f8cb64c1e1624a865f82"}}