Skip to content

Import SimLin and Verified Examples#14

Open
BruceZoom wants to merge 61 commits into
CertiKOS:masterfrom
BruceZoom:master
Open

Import SimLin and Verified Examples#14
BruceZoom wants to merge 61 commits into
CertiKOS:masterfrom
BruceZoom:master

Conversation

@BruceZoom

Copy link
Copy Markdown
  • Add models/simlin folder containing development of the RGI framework
  • Add examples in the examples folder

@jeremie-koenig

Copy link
Copy Markdown
Member

Maybe your examples could have their own subdirectory as well?
I also noticed several were left out of _CoqProject, is that intentional?

BruceZoom and others added 30 commits March 3, 2026 17:15
… compositionality

CompLinVComp.v: CompLin_vcomp (Lemma 4.3, vertical compositionality) fully
proved via a fused induction over the composite run, carrying an
idImpl-witness transformer (observational-refinement style). Includes its
dependencies CompLin.v (Definition 4.1) and CompLinHComp.v (Lemma 4.2).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Fix [M : VE ⇝ VF] (CompLinInterface) in CompLin.v: give it an explicit
  level (100, with VE at level 200) so it factorizes with the built-in
  cast syntax instead of failing as an unleveled left-recursive rule.
- Add ⊗ᵥ for LTS horizontal composition (tens_lts) in LTS.v.
- Rename ⊗ to ⊗ₘ for implementation horizontal composition (implHComp)
  in CompLinHComp.v, and replace tens_lts/implHComp usages with the
  new notations.
- Rename ▶ to ▶ₘ for implementation vertical composition (implVComp)
  in CompLinVComp.v, and replace usages.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants