SLIDE 54 Introduction and Motivation Proposed Methodology Formalization Details Case Studies Conclusions
Formally Verified Properties of Differintegrals
Property HOL Formalization Identity ⊢ ∀ f a x. (a < x) = ⇒ (frac int f 0 a x = f)∧ (frac diff f 0 a x = f) Generalized Integral ⊢ ∀ f a x v ∈ N. (a < x)∧ (1 < v) = ⇒ frac int f v a x = lim(λn.
1 (v-1)!
x− 1
2n
a
(x - t) rpow (v-1)f(t) dt) frac int Linearity ⊢ ∀ f v x a b. (frac exists f x v)∧ (frac exists g x v) = ⇒ frac int (a f + b g) v 0 x = a(frac int f v 0 x)+ b(frac int g v 0 x) frac diff Linearity ⊢ ∀ f v x a b. (frac exists f x v)∧ (frac exists g x v)∧ (∀ m. (m <= clg v) ⇒ (n order deriv m (frac int f v 0 x)) differentiable x)∧ (∀ m. (m <= clg v) ⇒ (n order deriv m (frac int g v 0 x)) differentiable x)= ⇒ ( frac diff (a f + b g) v 0 x = a(frac diff f v 0 x)+ b(frac diff g v 0 x))
- U. Siddique and Osman Hasan
Fractional Order Systems in HOL 25 / 37