Entropy A eq entropy Z
MicroHamiltonian.entropy_A_eq_entropy_Z
Plain-language statement
The two definitions of entropy, in terms of T or β, are equivalent.
Exact Lean statement
theorem entropy_A_eq_entropy_Z (T β : ℝ) (hβT : T * β = 1) (hi : H.ZIntegrable d β)
: EntropyS H d T = EntropySβ H d βFormal artifact
Lean source
theorem entropy_A_eq_entropy_Z (T β : ℝ) (hβT : T * β = 1) (hi : H.ZIntegrable d β) : EntropyS H d T = EntropySβ H d β := by have hTnz : T ≠ 0 := left_ne_zero_of_mul_eq_one hβT have hβnz : β ≠ 0 := right_ne_zero_of_mul_eq_one hβT have hβT' := eq_one_div_of_mul_eq_one_right hβT dsimp [EntropyS, EntropySβ, InternalU, PartitionZT] unfold HelmholtzA erw [deriv_mul] rw [deriv_neg'', neg_mul, one_mul, neg_add_rev, neg_neg, mul_neg, add_comm] congr 1 · rw [PartitionZT, hβT'] simp_rw [PartitionZT] have hdc := deriv_comp (h := fun T ↦ T⁻¹) (h₂ := fun β => Real.log (H.PartitionZ d β)) T ?_ ?_ unfold Function.comp at hdc simp only [hdc, one_div, deriv_inv', mul_neg, neg_inj, hβT'] field_simp ring_nf --Show the differentiability side-goals · rw [← one_div, ← hβT'] have h₁ := hi.2 have := (DifferentiableAt_Z_if_ZIntegrable hi).differentiableAt (OrderTop.le_top 1) fun_prop (disch := assumption) · fun_prop (disch := assumption) · fun_prop · simp_rw [PartitionZT] rw [hβT'] at hi have := hi.2 have := (DifferentiableAt_Z_if_ZIntegrable hi).differentiableAt (OrderTop.le_top 1) fun_prop (disch := assumption)- Project
- quantumInfo
- License
- MIT
- Commit
- 56e83a9288a3
- Source
- StatMech/ThermoQuantities.lean:92-120
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Conj Transpose isometry mul isometry le one
conjTranspose_isometry_mul_isometry_le_one
Project documentation
The operator norm of the conjugate transpose is equal to the operator norm. -/ theorem Matrix.opNorm_conjTranspose_eq_opNorm {m n : Type*} [Fintype m] [Fintype n] [DecidableEq m] [DecidableEq n] (A : Matrix m n 𝕜) : Matrix.opNorm Aᴴ = Matrix.opNorm A := by unfold Matrix.opNorm rw [← ContinuousLinearMap.adjoint.norm_map (toEuclideanLin A).toContinuousLine...
Source project: quantumInfo
Person-level attribution pending.
Convex roof of pure
convex_roof_of_pure
Plain-language statement
The convex roof extension of g : KetUpToPhase d → ℝ≥0 applied to a pure state ψ is g (KetUpToPhase.mk ψ).
Source project: quantumInfo
Person-level attribution pending.
Id achieves Rate log dim
CPTPMap.id_achievesRate_log_dim
Plain-language statement
The identity channel on D dimensional space achieves a rate of log2(D).
Source project: quantumInfo
Person-level attribution pending.