Skip to content

Commit

Permalink
correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
afflom authored Feb 17, 2025
1 parent 06197b1 commit 5d0d2b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coq/CompactResolvent.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Require Import Reals.
Require Import Coquelicot.Coquelicot.
Require Import Psatz.
Require Import MyUOR_H1.
Require Import UOR_H1_HPO.
Open Scope R_scope.

(* We assume that the domain D_H1 of H1 is a Sobolev space (e.g., H¹₀ ∩ H²) and that the
Expand Down
2 changes: 1 addition & 1 deletion coq/Eigenfunctions.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Require Import Reals.
Require Import Coquelicot.Coquelicot.
Require Import Psatz.
Require Import MyUOR_H1.
Require Import UOR_H1_HPO.
Open Scope R_scope.

(* We assume by axiom that for each n, ψ n satisfies the eigenvalue equation:
Expand Down
2 changes: 1 addition & 1 deletion coq/InverseSpectralTheory.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Require Import Reals.
Require Import Coquelicot.Coquelicot.
Require Import Psatz.
Require Import MyUOR_H1.
Require Import UOR_H1_HPO.
Open Scope R_scope.

(* We assume the spectral data {E n} and {alpha n} satisfy the required conditions.
Expand Down
2 changes: 1 addition & 1 deletion coq/MellinTransform.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Require Import Reals.
Require Import Coquelicot.Coquelicot.
Require Import Psatz.
Require Import MyUOR_H1.
Require Import UOR_H1_HPO.
Open Scope R_scope.

(* We define the spectral zeta function for H1 as:
Expand Down
2 changes: 1 addition & 1 deletion coq/SelfAdjointness.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Require Import Reals.
Require Import Coquelicot.Coquelicot.
Require Import Psatz.
Require Import MyUOR_H1. (* Contains definitions: H1, D_H1, in_D_H1, inner_product, etc. *)
Require Import UOR_H1_HPO. (* Contains definitions: H1, D_H1, in_D_H1, inner_product, etc. *)
Require Import integration.
Open Scope R_scope.

Expand Down
2 changes: 1 addition & 1 deletion coq/ThetaInversion.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Require Import Reals.
Require Import Coquelicot.Coquelicot.
Require Import Psatz.
Require Import MyUOR_H1.
Require Import UOR_H1_HPO.
Open Scope R_scope.

(* Recall that the spectral trace is defined as:
Expand Down

0 comments on commit 5d0d2b0

Please sign in to comment.