{"record_type":"pith_number_record","schema_url":"https://pith.science/schemas/pith-number/v1.json","pith_number":"pith:2026:UR32IWKMJPJYOATIGHENBSCKRO","short_pith_number":"pith:UR32IWKM","schema_version":"1.0","canonical_sha256":"a477a4594c4bd387026831c8d0c84a8b8f15c296db8831dccf4434a1fada7efc","source":{"kind":"arxiv","id":"2602.15965","version":3},"attestation_state":"computed","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 "},"verification_status":{"content_addressed":true,"pith_receipt":true,"author_attested":false,"weak_author_claims":0,"strong_author_claims":0,"externally_anchored":false,"storage_verified":false,"citation_signatures":0,"replication_records":0,"graph_snapshot":true,"references_resolved":false,"formal_links_present":true},"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"},"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"},"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"},"aliases":[{"alias_kind":"arxiv","alias_value":"2602.15965","created_at":"2026-05-20T00:04:25.891892+00:00"},{"alias_kind":"arxiv_version","alias_value":"2602.15965v3","created_at":"2026-05-20T00:04:25.891892+00:00"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2602.15965","created_at":"2026-05-20T00:04:25.891892+00:00"},{"alias_kind":"pith_short_12","alias_value":"UR32IWKMJPJY","created_at":"2026-05-20T00:04:25.891892+00:00"},{"alias_kind":"pith_short_16","alias_value":"UR32IWKMJPJYOATI","created_at":"2026-05-20T00:04:25.891892+00:00"},{"alias_kind":"pith_short_8","alias_value":"UR32IWKM","created_at":"2026-05-20T00:04:25.891892+00:00"}],"events":[],"event_summary":{},"paper_claims":[],"inbound_citations":{"count":0,"internal_anchor_count":0,"sample":[]},"formal_canon":{"evidence_count":2,"sample":[],"anchors":[]},"links":{"html":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO","json":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO.json","graph_json":"https://pith.science/api/pith-number/UR32IWKMJPJYOATIGHENBSCKRO/graph.json","events_json":"https://pith.science/api/pith-number/UR32IWKMJPJYOATIGHENBSCKRO/events.json","paper":"https://pith.science/paper/UR32IWKM"},"agent_actions":{"view_html":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO","download_json":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO.json","view_paper":"https://pith.science/paper/UR32IWKM","resolve_alias":"https://pith.science/api/pith-number/resolve?arxiv=2602.15965&json=true","fetch_graph":"https://pith.science/api/pith-number/UR32IWKMJPJYOATIGHENBSCKRO/graph.json","fetch_events":"https://pith.science/api/pith-number/UR32IWKMJPJYOATIGHENBSCKRO/events.json","actions":{"anchor_timestamp":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/action/timestamp_anchor","attest_storage":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/action/storage_attestation","attest_author":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/action/author_attestation","sign_citation":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/action/citation_signature","submit_replication":"https://pith.science/pith/UR32IWKMJPJYOATIGHENBSCKRO/action/replication_record"}},"created_at":"2026-05-20T00:04:25.891892+00:00","updated_at":"2026-05-20T00:04:25.891892+00:00"}