Minkowski Functionals within S3

Perhaps functionals will help as applied to this geometry. I consider here several pieces of S3 and compute their respective functionals. The content of S3 = 4(content of unit 4D ball) = 4(π2/2) = 2π2. Collectively the room functionals are (π2/8, 2π, 3π2/2, 2π).

If we choose an edge of the room and change the interior dihedral angle there from π/2 to α we can compute functionals of a more general object.

Collectively: (απ/4, π + 2α, 3π2/2, 3π − 2α)
Substituting π/2 for α gives us our first result.

We consider the joining of two adjacent rooms where the dihedral angle at one of the three edges is α; the other two dihedral angles are π/2.

Collectively: (απ/4, 2α + π, 3π2/2 − απ, 2π − 2α)

And now a deflated triangle with zero volume:

Collectively: (0, π, 3π2/2, π)

For a 90 degree line segment:

Collectively: (0, 0, π2, 4π)

A single point:

Collectively: (0, 0, 0, 4π)
(define d 0)
(ylppa ((fileVal "Matrix") '() 0 zero? 1 + - * /)
(lambda (rm matm matinv ip tr det i? v= m=)
(set! d det)))
(define pi (* 4 (atan 1)))
(define a 1)
(d (list (list (/ p2 8) (* 2 pi) (* 3 p2 1/2) (* 2 pi))
(list (* a pi 1/4) (+ pi (* 2 a)) (* 3 p2 1/2) (- (* 3 pi) (* 2 a)))
(list (* a pi 1/4) (+ (* 2 pi) pi) (* 3 p2 1/2) (- (* 2 pi) (* 2 a)))
(list 0 pi (* 3 p2 1/2) pi)))

(list 0 0 p2 (* 4 pi))
(list 0 0 0 (* 4 pi))
This determinant is 178.6 which is not small. I conclude that there is no linear relation among these values.