Next Article in Journal
How to Inspect and Measure Data Quality about Scientific Publications: Use Case of Wikipedia and CRIS Databases
Next Article in Special Issue
A Comparison of Ensemble and Dimensionality Reduction DEA Models Based on Entropy Criterion
Previous Article in Journal
Variational Specific Mode Extraction: A Novel Method for Defect Signal Detection of Ferromagnetic Pipeline
Previous Article in Special Issue
Decision Support System for Fitting and Mapping Nonlinear Functions with Application to Insect Pest Management in the Biological Control Context
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Diagnosis in Tennis Serving Technique

by
Eugenio Roanes-Lozano
1,*,
Eduardo A. Casella
2,
Fernando Sánchez
3 and
Antonio Hernando
4
1
Instituto de Matemática Interdisciplinar (IMI) & Departamento de Didáctica de las Ciencias Experimentales, Sociales y Matemáticas, Facultad de Educación, Universidad Complutense de Madrid, c/Rector Royo Villanova s/n, 28040 Madrid, Spain
2
Automóvil Club San Nicolás, Chiclana 109 bis, 2900 San Nicolás, Prov. de Buenos Aires, Argentina
3
Departamento de Matemáticas, Facultad de Ciencias, Universidad de Extremadura, Avda. de Elvas s/n, 06006 Badajoz, Spain
4
Departamento de Sistemas Informáticos, ETSI de Sistemas Informáticos, Universidad Politécnica de Madrid, Carretera de Valencia km 7, 28031 Madrid, Spain
*
Author to whom correspondence should be addressed.
Algorithms 2020, 13(5), 106; https://doi.org/10.3390/a13050106
Submission received: 18 March 2020 / Revised: 12 April 2020 / Accepted: 22 April 2020 / Published: 25 April 2020
(This article belongs to the Special Issue Algorithms in Decision Support Systems)

Abstract

:
Tennis is a sport with a very complex technique. Amateur tennis players have trainers and/or coaches, but are not usually accompanied by them to championships. Curiously, in this sport, the result of many matches can be changed by a small hint like ‘hit the ball a little higher when serving’. However, the biomechanical of a tennis stroke is only clear to an expert. We, therefore, developed a prototype of a rule-based expert system (RBES) aimed at an amateur competition player that is not accompanied by his/her coach to a championship and is not serving as usual (the RBES is so far restricted to serving). The player has to answer a set of questions about how he/she is serving that day and his/her usual serving technique and the RBES obtains a diagnosis using logic inference about the possible reasons (according of the logic rules that have been previously given to the RBES). A certain knowledge of the tennis terminology and technique is required from the player, but that is something known at this level. The underlying logic is Boolean and the inference engine is algebraic (it uses Groebner bases).

1. Introduction

The first and third authors of this paper are veteran tennis players, regularly taking part in both veterans and open tennis championship (they were the +55 doubles champions of Extremadura region in 2018). They have a patent ( Fernando María Sánchez Fernández, Eugenio Roanes Lozano: Dispositivo de entrenamiento para determinar la posición óptima en el tenis. Country: Spain. Request number: 201730051. Priority date: 3 de febrero de 2017. Patent holder: Universidad de Extremadura y Universidad Complutense de Madrid.) regarding the recovery position in tennis [1]. The first author has been the +45 champion of Extremadura region several times and is a tennis instructor ranked not so long ago among the top 500 players of Spain).
The second author was their tennis coach. He is an “ITF Level 2 Tennis Coach” with a long experience in teaching tennis and coaching tennis players both in Argentina and Spain.
Finally, the fourth author is an experienced expert systems developer.
Tennis is a sport with a sophisticated technique [2,3,4]. The big distance between the hand and the racket’s sweet spot makes it difficult to play well. The high precision required is normally achieved through the learning of the technique and a hard training. Something similar happens with golf.
It is well known that there are many aspects in tennis teaching that have to be addressed (tactic, technique, physical training, etc.) and a coach is clearly needed for improving the player’s level. For instance, the biomechanical of a stroke is only clear to the expert’s eyes (although there are some personalized computer studies of this aspect for elite athletes like high jumpers).
Most amateur tennis players are not accompanied by a coach when playing championships, except when playing team competitions. In this kind of championship, only the captain of the team can talk to players during the matches. An experience of many tennis players is that a simple hint like “hit the ball at a higher point when you serve” can change the result of a match.
We would like to address here just this aspect of the whole process of tennis coaching: finding out what is going wrong in a certain match with respect to the player’s usual technique. It applies inference to the answers of the player to a set of questions regarding both the problem and the player’s usual technique. It requires a certain knowledge of the technique from the player (let us underline that it is focused to amateur competition players, not to beginners). Therefore, this is neither a system devoted to learn how to play tennis, nor a substitute for a coach. It only tries to correct the mistakes of the stroke going wrong along one match and return the situation to the usual one.
The article is illustrated with the part of the system corresponding to the serve.
While the algebraic model for rule-based expert systems (RBES) is well known (see Section 4), the application to tennis is, as far as we know, entirely novel.
The expert system we have developed tries to model a well-known international standard describing the tennis serving technique. An important issue in an expert system is the knowledge base and the formalism used to represent it. Since propositional Boolean logic is enough to represent this standard, we have adopted this logic to embody the knowledge of our expert system. Artificial Intelligence has proposed many elaborated representation formalisms to model uncertainty or fuzzy knowledge in expert systems, as well as machine learning techniques to acquire this knowledge base. However, we have not required all these techniques for designing our system because of the same purpose of our system: output the recommendations for tennis serving technique, according to a well-known international standard. For our purpose we have only needed to model this standard by means of propositional Boolean logic, resulting in a system with a high performance.

2. Some Introductory Notes about Rule-Based Expert Systems Based on Boolean Propositional Logic

In this section, we will describe some outlines of RBES based on Boolean propositional logic for representing knowledge. It may be skipped by an acquainted reader, but it is included in order to make the article self-contained, as it could have readers from different environments.
Boolean propositional logic uses a finite set of atomic propositions X 1 , , X m for defining formulae (Definition 1) through the connectives ¬, ∨, ∧, and →.
Definition 1
(Formula). A formula A is recursively defined as:
  • X i where X i is an atomic proposition
  • ¬ B where B is a formula
  • B C where B , C are formulae
  • B C where B , C are formulae
  • B C where B , C are formulae.
We define C as the set of formulae.
Definition 2
(Rule). By its importance, we define rules as the formulae with the form ( A 1 A 2 A k ) ( A k + 1 A n ) where each formula A 1 , , A n is either an atomic proposition (X) or the negation of an atomic proposition ( ¬ X ).
Remark 1.
We have chosen the previous definition of rule because we believe it is the most intuitive one. A rule of the form:
B C D
is equivalent to the rule:
B ¬ C D
but it is less intuitive as what is a cause and what is an effect is not on different sides of the implication symbol. Similarly, the implications could be substituted by disjunctions, what has the advantage of using fewer symbols, but would make it less readable.
Remark 2.
Sometimes some rules with the same antecedent and different consequents are grouped into a single formula for the sake of brevity and clarity. For example, the information in the three rules:
B C
B D
B E
can be summarized in the formula B C D E . Although it is not formally correct (it doesn’t comply with Definition 2), we shall hereinafter admit these abbreviations as rules too (in order to save space and to clarify the underlying ideas related to tennis hitting technique). The algebraic approach used has no problem to deal with this sort of formulae, and the timings obtained for globally computing which output are obtained are negligible (as will be shown in Section 6).
Definition 3
(IC). An integrity constraint (IC) is a piece of knowledge added by the experts and expressing that some potential facts cannot hold at the same time.
Definition 4
(elements of a RBES). By means of the concept of formula, we can define the elements of which a RBES is composed:
Input:The input of a RBES is concerned with the information related to the environment of the RBES. This information is described by means of a finite number of different atomic propositions.
Output:: The output of a RBES is concerned with the information inferred by the RBES. It is also described by means of a finite number of atomic propositions.
Knowledge-Base:The knowledge-base of the RBES is concerned with the information contained in the system, which is used along with the input of the RBES to infer the output of the system. In a RBES based on propositional Boolean logic, this knowledge-base will be mostly represented by a finite set of rules which may require to define new atomic propositions. Consequently, the knowledge-base of the RBES is described by a finite set of formulae { R 1 , , R n } C .
The concept of tautological consequence of propositional logic is used for determining the knowledge which the RBES can infer. As usual, we make use of { A 1 , , A n } B to denote that the formula B is a tautological consequence of the formulae A 1 , , A n (we say that { A 1 , , A n } B if and only if, whenever the formulae A 1 ,…, A n hold, then B also holds). In this way, a RBES with knowledge base { R 1 , , R n } and having as input the set of formulae { F 1 , , F n } infers the formula B C if and only if the following holds:
{ F 1 , , F n , R 1 , , R n } B
Another important issue on propositional Boolean logic is related to the concept of consistency (in an informal way, { A 1 , , A n } is inconsistent if both a formula and its negation can be simultaneously inferred). Obviously, the formulae embodying the knowledge-base of a RBES must be consistent.

3. Organizing the Knowledge of the Tennis Hitting Technique RBES

The propositional variables of the RBES have been grouped in four homogeneous blocks:
  • Facts – Block I (Generalities): kind of serve the player is executing and player’s level (variables x i , y i , z i are used in this block).
  • Facts – Block II (Details): details of the execution of the serve, kinetic and coordination.
  • Guards: intermediate conclusions—not visible for the user (variables g i are used for the guards).
  • Output: conclusions about the way the player is serving (variables c i are used for the output).
The structure of the RBES is summarized in Figure 1.

3.1. Facts—Block I (Generalities)

In this first block consists just of three questions: the system is informed about the kind of serve the player is executing and two technical details about his/her abilities (see Table 1). We shall briefly explain these facts for those unaware of tennis technique.
Regarding the spin:
  • in a flat serve the ball is not rotating,
  • in the slice serve it rotates around a vertical axis (the trajectory is curved and bounces to one side),
  • in the topspin serve the ball is rotating around an horizontal axis (the upper part of the ball moves forward and the lower part moves backwards): the aerodynamic effect is that the ball bounces closer and higher.
For the sake of simplicity we consider x 1 , x 2 , x 3 mutually exclusive. This is not completely accurate, as an advanced player could serve with a mixture of topspin and slice spins.
Each kind of serve normally requires the ball to be tossed at different places (see l 1 , l 2 , l 3 below) (Let us underline that the encoding chosen use redundant variables, that could be avoided if using 3-valued variables instead. Nevertheless, according to our experience, Boolean computations are much faster, even if more variables are needed.). But this way the opponent is aware of the kind of spin of the serve. It is really difficult although possible to always toss the ball at the same place ( z 0 ) (Observe that there is no particular reason for choosing the subscripts of the variables (0, 1, 2, 3, 4, 5, 6, 7) the way they have been chosen.). Roger Federer is a good example of this ability.
If the serve is correctly executed, the player tends to move upwards ( y 1 ) and forward (inside the court).

3.2. Facts—Block II (Details)

Tennis is not a precise science in the sense that there isn’t a unique valid truth for everyone. There are different “schools” and ways to teach and even to execute the different strokes.
They also change with time: before Björn Borg nearly no player played two-handed backhand and used topspin. Nowadays the vast majority of professional players play two-handed backhand and use topspin in most strokes from the back of the court. Meanwhile, two-handed forehand wasn’t a success and was only used by a few players like Hans Gildemeister.
There are very successful unorthodox styles, like Jim Courier’s baseball-style forehand or Rafael Nadal’s forehand finishing. A system like the one presented here would be useless in such a case.
There are also great tennis players with an untraditional serve, like John P. McEnroe, and players with a pure traditional service, like Roger Federer.
Therefore we have just considered what could be considered the standard serving technique [2,3,4], and have transcribed the causality underlying what is explained in the tennis books into logical rules to the best of our knowledge.
After many years of development of this sport, we consider that there is a consensus in the clear cause-effect relation in tennis hitting technique. For instance, a clear simplified example is the following: if you serve and the ball is too far away in front of you and too low when you hit it, the racket will be facing the floor when it hits the ball, so the ball will bounce just in front of you, never on the other side of the net. Obviously most situations are more complex, but the consensus in the standard technique and the above mentioned causality is what makes plausible (from our point of view) to use a Boolean logic approach, as we compare what the player is doing with the standard theoretical technique (the latter admitted as a truth). Something due to the authors is how they have translated that consensual knowledge into rules.
As said in Section 3.2 above, we have considered that the different spins are mutually exclusive as simplification.
Table 2 and Table 3 (splitted only for the sake of space) collects the most typical items of the execution of the serve to be taken into account (in our personal opinion).
Let us underline the difference between t 1 and a 1 : the toss can be correct or even too high, but the player can let the ball fall too low anyway.
It is clear that we have the following incompatibilities:
  • d 1 and d 2 are incompatible,
  • t 1 , t 2 and t 3 are mutually incompatible,
  • l 1 , l 2 and l 3 are mutually incompatible,
  • a 1 and a 2 are incompatible.

3.3. Guards

Some rules will clearly have an immediate consequence in the serve, but others just provoke intermediate consequences that we have denoted “guards” (Table 4). We have decided to introduce these technical intermediate steps in the rule base in order to organize it more clearly, as they somehow give technical reasons for the knowledge expressed in the rules involved. They can be very useful for an expert in tennis and logic revising the RBES.
Initially, we have decided that guards were not visible to the players, as they are technical reasons for reaching an effect in the serve. Nevertheless they could be an explanation for a player that is curious for obtaining a logic explanation of what happens, as they are somehow an intermediate level of diagnosis. If it is considered interesting for the system to include them as visible output, it would be enough to compute some more normal forms (see Section 6.1 and Section 6.2 below).

3.4. Output

Let us detail the main different output of performing a certain serve (Table 5).
No incompatibility should be included among the output. Different technical errors could lead to opposite outputs, what is not contradictory.

3.5. Rules and Incompatibilities (Integrity Constraints)

We shall not detail all the rules but we shall begin by giving an example of two simple concatenated rules.
Rule 5 is:
R 5 : t 1 g 1
and it means:
R5: Too low toss → Lack of balance (equilibrium of the body)
(the consequent not an output, but a guard—an intermediate technical conclusion, not visible for the end user). This rule expresses that, if the player throws the ball in to the air too low, he/she will hit the ball in a flexed position, what will provoke a lack of balance.
Rule 23 is:
R 23 : g 1 c 1 c 2
and it means:
R23: Lack of balance (equilibrium of the body) → Imprecision ∧ Stroke too weak (lack of power) (the latter are conclusions—output). Therefore, if we have t 1 , we conclude c 1 and c 3 This is a very simple example, just to get the flavour of the process. We do not detail all rules in this way for the sake of space.
The rules regarding the facts considered are:
  • R 1 : d 1 c 2
  • R 2 : d 2 g 1
  • R 3 : v 1 c 2
  • R 4 : ¬ w 1 g 1
  • R 5 : t 1 g 1
  • R 6 : t 3 c 1
  • R 7 : l 1 ¬ z 0 ¬ x 1 g 2 c 5
  • R 8 : l 2 ¬ z 0 ¬ x 2 g 2 c 5
  • R 9 : l 3 ¬ z 0 ¬ x 3 g 2 c 5
  • R 10 : a 1 c 3 x o r c 4
  • R 11 : a 2 g 3
  • R 12 : ¬ m 1 c 1
  • R 13 : ¬ e 1 c 1 c 2
  • R 14 : ¬ e 2 g 4
  • R 15 : ¬ k 1 c 1 c 2
  • R 16 : ¬ k 2 c 1 c 2
  • R 17 : ¬ k 3 c 1 c 2
  • R 18 : ¬ k 4 c 1 c 2
  • R 19 : ¬ k 5 c 1 c 2
  • R 20 : k 6 c 2
  • R 21 : ¬ k 7 y 1 c 2 c 5
  • R 22 : ¬ e 1 c 1 c 2
and the rules corresponding to the guards are:
  • R 23 : g 1 c 1 c 2
  • R 24 : g 2 c 1 c 2
  • R 25 : g 3 c 1
  • R 26 : g 4 c 1
Let us underline that we have grouped some rules for the sake of brevity. For instance
  • R 7 : l 1 ¬ z 0 ¬ x 1 g 2 c 5
should be formally written
  • R 7 a : l 1 ¬ z 0 ¬ x 1 g 2
  • R 7 b : l 1 ¬ z 0 ¬ x 1 c 5
(this way it would be in accordance with Definition 4).
Similarly, we have included x o r (exclusive or) in R 10 :
R 10 : a 1 c 3 x o r c 4
The knowledge behind this rule could have also be written:
  • R 10 n : a 1 c 3 c 4
  • I C 0 : ¬ ( c 3 c 4 )
(note that in this case R 10 n I C 0 R 10 but R 10 ¬ R 10 n I C 0 ).
Next, we enumerate integrity constraints related to choose one option over three ones:
  • I C 1 : ¬ ( x 1 x 2 )
  • I C 2 : ¬ ( x 2 x 3 )
  • I C 3 : ¬ ( x 1 x 3 )
  • I C 4 : x 1 x 2 x 3
  • I C 5 : ¬ ( t 1 t 2 )
  • I C 6 : ¬ ( t 2 t 3 )
  • I C 7 : ¬ ( t 1 t 3 )
  • I C 8 : t 1 t 2 t 3
  • I C 9 : ¬ ( l 1 l 2 )
  • I C 10 : ¬ ( l 2 l 3 )
  • I C 11 : ¬ ( l 1 l 3 )
  • I C 12 : l 1 l 2 l 3
and the integrity constraints regarding choosing at most one option out of two are:
  • I C 13 : ¬ ( a 1 a 2 )
  • I C 14 : ¬ ( d 1 d 2 )

4. An Algebraic Model for RBES

In this section, we will see how we can implement an expert system based on Boolean propositional logic in a computer algebra system.
Let us consider an expert system based on Boolean propositional logic with propositions X 1 X m . Each formula in C can be represented as a Boolean polynomial (see Definition 5). This representation makes use of the ideal I in Z 2 [ x 1 , , x m ] :
I = x 1 2 x 1 , , x m 2 x m
Notation 1
(NF). Let N F ( p o l , I ) denote the ‘normal form’ of polynomial p o l modulo ideal I.
Definition 5
(function φ ). We define recursively the function φ : C Z 2 [ x 1 , , x m ] as follows:
  • If A X i , then φ ( A ) = x i
  • If A ¬ B where B C , then φ ( A ) = N F ( 1 + φ ( B ) , I )
  • If A B C where B , C C , then φ ( A ) = N F ( φ ( B ) · φ ( C ) , I )
  • If A B C where B , C C , then φ ( A ) = N F ( φ ( B ) + φ ( C ) + φ ( B ) · φ ( C ) , I )
  • If A B C where B , C C , then φ ( A ) = N F ( 1 + φ ( B ) + φ ( B ) · φ ( C ) , I ) .
As may be seen in the previous definition, for any formula A, φ ( A ) is a polynomial in Z 2 [ x 1 , , x m ] whose variables are never to a power greater than 1 (continuously computing the reduction modulo ideal I is equivalent to work in the residue class ring Z 2 [ x 1 , , x m ] / I ). Besides, the total degree of the polynomial may be, at most, equal to the number of variables.
Once described how Boolean formulae are represented by polynomials, we show, by Theorem 1, how the problem of determining if a formula is tautological consequence of others can be translated into an algebraic problem [5]. Previous works not providing a residue class ring as a model for the logic and not considering the extension to RBES are [6,7] (Boolean case) and [8,9] (many-valued case). A detailed survey can be found in [10]. There are recent developments in this line of research such as [11,12].
Theorem 1.
Let A 1 , , A n , B C . The following holds:
(i)
{ A 1 , , A n } B φ ( ¬ B ) φ ( ¬ A 1 ) , , φ ( ¬ A n ) + I
(ii)
{ A 1 , , A n } is consistent 1 φ ( ¬ A 1 ) , , φ ( ¬ A n ) + I
Theorem 1 is important since the algebraic problems involved in this theorem may be solved making use of Groebner bases [13,14,15]. On the ground of this, many expert systems have been developed in different fields [16,17,18,19,20,21].
Indeed, the question of determining whether a RBES with knowledge-base { R 1 , , R n } infers the formula B when its input is the set of facts { F 1 , , F n } may be solved by checking whether the following holds:
N F ( φ ( ¬ B ) , I + φ ( ¬ F 1 ) , , φ ( ¬ F n ) , φ ( ¬ R 1 ) , , φ ( ¬ R n ) ) = 0
We can simplify the previous expression through the definition of the following ideals:
J = φ ( ¬ F 1 ) , , φ ( ¬ F n )
K = φ ( ¬ R 1 ) , , φ ( ¬ R n )
In this way, the expression above results into:
N F ( φ ( ¬ B ) , I + J + K ) = 0
Similarly, the consistency of such RBES for the set of facts { F 1 , , F n } can be decided using Groebner bases, as it is equivalent to:
G B ( I + φ ( ¬ F 1 ) , , φ ( ¬ F n ) , φ ( ¬ R 1 ) , , φ ( ¬ R n ) ) 1
what can be written:
G B ( I + J + K ) 1

5. Maple Implementation

The implementation used has been written in the computer algebra system Maple (Maple is a trademark of Waterloo Maple Inc., Waterloo, ON, Canada) and was introduced in 2008 [22]. The complete code is included in order to show how brief the code of the algebraic approach is (just a few lines). Firstly the algebraic packages for computing Groebner bases and normal forms and for declaring the polynomial ring where calculations will take place, are loaded:
  • restart;
  • with(Groebner):
  • with(Ore_algebra):
Afterwards the list of polynomial variables, the polynomial ring, and the ordering (pure lexicographic with the order for variables given by list SV), are declared:
  • SV:=x1,x2,x3,z0,y1,d1,d2,v1,w1,t1,t2,t3,l1,l2,l3,a1,a2,m1,e1,e2,
  •   k1,k2,k3,k4,k5,k6,k7,o1,g1,g2,g3,g4,c1,c2,c3,c4,c5:
  • A:=poly_algebra(SV, characteristic=2):
  • Orde:=MonomialOrder(A,’plex’(SV)):
Now the ideal (iI), generated by the square of the polynomial variables minus themselves, is defined using the auxiliary function fu:
  • fu:=var->var^2-var:
  • iI:=map(fu, [SV]):
Finally, the logical connectives are defined as functions (the binary ones have an “&” in order to be infix operators) and are algebraic expressions reduced modulo the ideal iI in ring A using the ordering OrdeiI:
  •  NEG   :=(m::algebraic) -> NormalForm(1+‘m‘,iI, Orde):
  • ‘&AND‘ :=(m::algebraic, n::algebraic) ->
                     NormalForm(expand(m*n), iI, Orde):
  • ‘&OR‘  :=(m::algebraic, n::algebraic) ->
                     NormalForm(expand(m+n+m*n), iI, Orde):
  • ‘&IMP‘ :=(m::algebraic, n::algebraic) ->
                     NormalForm(expand(1+m+m*n), iI, Orde):
  • ‘&XOR‘ :=(m::algebraic, n::algebraic) ->
                     (m &OR n) &AND NEG(m &AND n):
The translation of the rules and integrity constraints of the RBES developed in this article in the algebraic approach detailed above is:
  • R1:= d1 &IMP c2:
  • R2:= d2 &IMP g1:
  • R3:= v1 &IMP c2:
  • R4:= NEG(w1) &IMP g1:
  • R5:= t1 &IMP g1:
  • R6:= t3 &IMP c1:
  • R7:= (l1 &AND NEG(z0) &AND NEG(x1)) &IMP (g2 &AND c5):
  • R8:= (l2 &AND NEG(z0) &AND NEG(x2)) &IMP (g2 &AND c5):
    R9:= (l3 &AND NEG(z0) &AND NEG(x3)) &IMP (g2 &AND c5):
  • R10:= a1 &IMP (c3 &XOR c4):
  • R11:= a2 &IMP g3:
  • R12:= NEG(m1) &IMP c1:
  • R13:= NEG(e1) &IMP (c1 &AND c2):
  • R14:= NEG(e2) &IMP g4:
  • R15:= NEG(k1) &IMP (c1 &AND c2):
  • R16:= NEG(k2) &IMP (c1 &AND c2):
  • R17:= NEG(k3) &IMP (c1 &AND c2):
  • R18:= NEG(k4) &IMP (c1 &AND c2):
  • R19:= NEG(k5) &IMP (c1 &AND c2):
  • R20:= k6 &IMP c2:
  • R21:= (NEG(k7) &AND y1) &IMP (c2 &AND c5):
  • R22:= NEG(e1) &IMP (c1 &AND c2):
  • R23:= g1 &IMP (c1 &AND c2):
  • R24:= g2 &IMP (c1 &AND c2):
  • R25:= g3 &IMP c1:
  • R26:= g4 &IMP c1:
  • IC1:= NEG(x1 &AND x2):
  • IC2:= NEG(x2 &AND x3):
  • IC3:= NEG(x1 &AND x3):
  • IC4:= x1 &OR x2 &OR x3:
  • IC5:= NEG(t1 &AND t2):
  • IC6:= NEG(t2 &AND t3):
  • IC7:= NEG(t1 &AND t3):
  • IC8:= t1 &OR t2 &OR t3:
  • IC9:= NEG(l1 &AND l2):
  • IC10:= NEG(l2 &AND l3):
  • IC11:= NEG(l1 &AND l3):
  • IC12:= l1 &OR l2 &OR l3:
  • IC13:= NEG(a1 &AND a2):
  • IC14:= NEG(d1 &AND d2):
And the (polynomial) ideal of rules is, in this case:
  • J:=[ NEG(R1),  NEG(R2),  NEG(R3),  NEG(R4), NEG(R5), NEG(R6),
  •    NEG(R7),  NEG(R8),  NEG(R9),  NEG(R10),NEG(R11),NEG(R12),
  •    NEG(R13), NEG(R14), NEG(R15), NEG(R16),NEG(R17),NEG(R18),
  •    NEG(R19), NEG(R20), NEG(R21), NEG(R22),NEG(R23),NEG(R24),
  •    NEG(R25), NEG(R26), NEG(IC1), NEG(IC2),NEG(IC3),NEG(IC4),
  •    NEG(IC5), NEG(IC6), NEG(IC7), NEG(IC8),NEG(IC9),NEG(IC10),
  •    NEG(IC11),NEG(IC12),NEG(IC13),NEG(IC14) ]:
Let us observe that the generators of the ideals are given as lists of polynomials. The Groebner bases of the ideals are automatically computed by Maple command Basis just by introducing the list of generators and the chosen order, as shown in Section 6.

6. Examples

6.1. A Correct Serve

Let us introduce x 3 , ¬ z 0 , y 1 , ¬ d 1 , ¬ d 2 , ¬ v 1 , w 1 , t 2 , l 3 , ¬ a 1 , ¬ a 2 , m 1 , e 1 , e 2 , k 1 , k 2 , k 3 , k 4 , ¬ k 6 , k 7 , o 1 as facts. The ideal K of facts will be:
  • K:=[ NEG(x3),NEG(NEG(z0)),NEG(y1),NEG(NEG(d1)),NEG(NEG(d2)),
  •    NEG(NEG(v1)),NEG(w1),NEG(t2),NEG(l3),NEG(NEG(a1)),
  •    NEG(NEG(a2)),NEG(m1),NEG(e1),NEG(e2),NEG(k1),NEG(k2),
  •    NEG(k3),NEG(k4),NEG(NEG(k6)),NEG(k7),NEG(o1) ]:
and the Groebner basis of the ideal generated by the ideal I + J + K (note that I is denoted iI in the Maple implementation) will be:
  • time0:=time():
  • B:=Basis([op(iI),op(J),op(K)], Orde);
  •                [c5^2+c5,...,x2,x1]
  • time()-time0;
  •                   0.296
(the complete output is omitted for he sake of space). This ideal is not 1 , so there is no inconsistency (for these facts).
Let us check if any of c 1 , c 2 , c 3 , c 4 , c 5 follow from these facts:
  • time0:=time():
  • NormalForm(NEG(c1), B, Orde);
  •              1 + c1
  • NormalForm(NEG(c2), B, Orde);
  •              1 + c2
  • NormalForm(NEG(c3), B, Orde);
  •              c3 + 1
  • NormalForm(NEG(c4), B, Orde);
  •              1 + c4
  • NormalForm(NEG(c5), B, Orde);
  •              c5 + 1
  • time()-time0;
  •              0.078
As 0 was never obtained, none of the c i is obtained by forward firing. It can be seen above how the answers were computed in less than one-tenth of a second (on a standard PC), after the previous computation of the Groebner basis of the ideal I + J + K (what took less than three-tenths of a second).

6.2. An Incorrect Serve

Let us exchange now l 3 by l 1 . Then the ball is not correctly tossed according to the serve chosen, as the player has affirmed that he/she cannot serve in any of the three ways tossing the ball the same place ( ¬ z 0 )
The ideal K of facts will now be:
  • K:=[ NEG(x3),NEG(NEG(z0)),NEG(y1),NEG(NEG(d1)),NEG(NEG(d2)),
  •    NEG(NEG(v1)),NEG(w1),NEG(t2),NEG(l1),NEG(NEG(a1)),
  •    NEG(NEG(a2)),NEG(m1),NEG(e1),NEG(e2),NEG(k1),NEG(k2),
  •    NEG(k3),NEG(k4),NEG(NEG(k6)),NEG(k7),NEG(o1) ]:
and the Groebner basis of the ideal generated by I + J + K will be:
  • time0:=time():
  • B:=Basis([op(iI),op(J),op(K)], Orde):
                   [c5+1,...,x2,x1]
  • time()-time0;
                   0.218
(the complete output is again omitted for he sake of space). This ideal is not 1 , so there is no inconsistency (for these facts) either.
Let us check if any of c 1 , c 2 , c 3 , c 4 , c 5 follow from these facts:
  • tiempo:=time():
  • NormalForm(NEG(c1), B, Orde);
                    0
  • NormalForm(NEG(c2), B, Orde);
                    0
  • NormalForm(NEG(c3), B, Orde);
                   c3 + 1
  • NormalForm(NEG(c4), B, Orde);
                   c4 + 1
  • NormalForm(NEG(c5), B, Orde);
                    0
  • time()-time0;
                   0.078
Therefore c 1 , c 2 and c 5 are obtained by forward firing, that is, we could have:
  • imprecision
  • stroke too weak (lack of power)
  • little spin.
The answers were computed in similar times.

6.3. A Remark about Timings

Although it is well-known that the complexity of Groebner bases computation is double exponential in the worst case in the general case, there are very important simplifications in the algebraic model for RBES knowledge extraction and verification:
  • the base field of the polynomial ring is Z 2 (it has characteristic 2, instead of 0),
  • the degree in each variable is at most 1 for all polynomials,
  • the total degree of all polynomials is less or equal to the number of variables
(it is a polynomial Boolean ring, or, if the structure of the RBES is directly translated, a polynomial Boolean algebra [10]).
These features allow to treat problems of a size that would not be treatable, for instance, in real geometry. For example, the RBES of [18] consists of 313 rules (of the type specified in Remark 1) that are simplified to 182 complex rules (in the way mentioned in Remark 2). The problem treated here, with 26 rules and 14 integrity constraints, is tiny in comparison.
The specialized software PolyBoRi [23] is extremely fast due to dealing only with Boolean rings, that is, with this special kind of rings.

7. Conclusions

The main achievement is that there is no comparable RBES devoted to tennis hitting technique (as far as we know).
This is a first step in the exploration of this kind of RBES. Many more things could be done.
As future work, a comfortable GUI should be developed, either stand alone, like in [18], or accessible through Internet, like [19]. If Maple was the chosen tool to implement the RBES, Maplets could be used, although it would be even faster to use a specialized software such as MiniSat [24] or PolyBoRi [23]. Nevertheless, performance is not the key issue here, as we are just exploring the field and the system is (at least so far) simple.
Another important extension is to include backward reasoning in order to automatically determine which single propositional changes could change a certain output. This can be achieved with the same algebraic approach used, as shown in [25], but it development is not trivial and is left for a future work.
Also the possibility to use modal many-valued logics is not yet discarded, as the player can have doubts and perhaps not all variables should be considered Boolean.
Obviously the system could be detailed with more facts (like wind) and more complex possibilities (like mixing slice and topspin effects). Moreover, it could be extended to the other main strokes of tennis.
With the implementation included above, the player can study the effect of changing some of the given facts.

Author Contributions

Theoretical mathematical and computational details of the approach: E.R.-L., F.S., A.H.; underlying tennis concepts and ideas and subsequent logical rules: E.R.-L., E.A.C., F.S. All authors have read and agree to the published version of the manuscript.

Funding

This research was partially funded by the research project PGC2018-096509-B-100 (Government of Spain).

Acknowledgments

We would like to thank the anonymous reviewers for their mot valuable comments and suggestions, that have greatly improved the article.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
MDPIMultidisciplinary Digital Publishing Institute
DOAJDirectory of open access journals
RBESRule Base Expert System

References

  1. Roanes-Lozano, E.; Sánchez, F. An Educational Application of Dynamic Geometry: Revisiting the “Recovery Position” in Tennis. Int. J. Tech. Math. Educ. 2017, 24, 171–178. [Google Scholar]
  2. Crespo, M.; Miley, D. Advanced Coaches Manual; ITF Ltd.: London, UK, 1998. [Google Scholar]
  3. Forti, U. Curso de Tenis; Ed. de Vecchi: Barcelona, Spain, 1991. [Google Scholar]
  4. Forti, U. Curso Avanzado de Tenis; Ed. de Vecchi: Barcelona, Spain, 1992. [Google Scholar]
  5. Roanes-Lozano, E.; Laita, L.M.; Roanes-Macías, E. A Polynomial Model for Multivalued Logics with a Touch of Algebraic Geometry and Computer Algebra. Math. Comp. Simul. 1998, 45, 83–99. [Google Scholar] [CrossRef]
  6. Hsiang, J. Refutational Theorem Proving using Term-Rewriting Systems. Art. Intell. 1985, 25, 255–300. [Google Scholar] [CrossRef]
  7. Kapur, D.; Narendran, P. An Equational Approach to Theorem Proving in First-Order Predicate Calculus. In Proceedings of the 9th International Joint Conference on Artificial Intelligence (IJCAI-85), Los Angeles, CA, USA, 18–23 August 1985; Volume 2, pp. 1146–1153. [Google Scholar]
  8. Alonso, J.A.; Briales, E. Lógicas Polivalentes y Bases de Gröbner. In Actas del V Congreso de Lenguajes Naturales y Lenguajes Formales; Martin, C., Ed.; Universidad de Sevilla: Seville, Spain, 1995; pp. 307–315. [Google Scholar]
  9. Chazarain, J.; Riscos, A.; Alonso, J.A.; Briales, E. Multivalued Logic and Gröbner Bases with Applications to Modal Logic. J. Symb. Comput. 1991, 11, 181–194. [Google Scholar] [CrossRef] [Green Version]
  10. Roanes-Lozano, E.; Laita, L.M.; Hernando, A.; Roanes-Macías, E. An Algebraic Approach to Rule Based Expert Systems. Rev. R. Acad. Cien. Ser. A Mat. 2010, 104, 19–40. [Google Scholar] [CrossRef]
  11. Alonso-Jiménez, J.A.; Aranda-Corral, G.A.; Joaquín Borrego-Díaz, J.; Fernández-Lebrón, M.M.; Hidalgo-Doblado, M.J. A logic-algebraic tool for reasoning with Knowledge-Based Systems. J. Log. Algebr. Meth. Program. 2018, 101, 88–109. [Google Scholar]
  12. Aranda-Corral, G.A.; Borrego-Díaz, J.; Fernández-Lebrón, M.M. Conservative Retractions of Propositional Logic Theories by Means of Boolean Derivatives: Theoretical Foundations. In Intelligent Computer Mathematics. CICM 2009; Carette, J., Dixon, L., Coen, C.S., Watt, S.M., Eds.; Lect. Notes Comput. Sci.; Springer: Berlin/Heidelberg, Germany, 2009; Volume 5625, pp. 45–58. [Google Scholar]
  13. Buchberger, B. Bruno Buchberger’s PhD thesis 1965: An algorithm for finding the basis elementals of the residue class ring of a zero dimensional polynomial ideal. J. Symb. Comput. 2006, 41, 475–511. [Google Scholar] [CrossRef] [Green Version]
  14. Cox, D.A.; Little, J.; O’Shea, D. Ideals, Varieties, and Algorithms: An Introduction to Computational Algebraic Geometry and Commutative Algebra, 3rd ed.; Undergraduate Texts in Mathematics; Springer: Berlin/Heidelberg, Germany, 2007. [Google Scholar]
  15. Winkler, F. Polynomial Algorithms in Computer Algebra, Texts and Monographs in Symbolic Computation; Springer: Wien, Austria; New York, NY, USA, 1996. [Google Scholar]
  16. Laita, L.M.; Roanes-Lozano, E.; Maojo, V.; de Ledesma, L.; Laita, L. An Expert System for Managing Medical Appropriateness Criteria Based on Computer Algebra Techniques. Comp. Math. Appl. 2000, 51, 473–481. [Google Scholar] [CrossRef]
  17. Lourdes Jimenez, M.L.; Santamaría, J.M.; Barchino, R.; Laura Laita, L.; Laita, L.M.; González, L.A.; Asenjo, A. Knowledge representation for diagnosis of care problems through an expert system: Model of the auto-care deficit situations. Exp. Syst. Appl. 2008, 34, 2847–2857. [Google Scholar] [CrossRef]
  18. Pérez-Carretero, C.; Laita, L.M.; Roanes-Lozano, E.; Lázaro, L.; González-Cajal, J.; Laita, L. A Logic and Computer Algebra-Based Expert System for Diagnosis of Anorexia. Math. Comput. Simul. 2002, 58, 183–202. [Google Scholar] [CrossRef]
  19. Roanes Lozano, E.; Galán-García, J.L.; Aguilera-Venegas, G. A Portable Knowledge Based System for Car Breakdown Evaluation. Appl. Math. Comput. 2015, 267, 758–770. [Google Scholar] [CrossRef]
  20. Roanes Lozano, E.; Galán-García, J.L.; Aguilera-Venegas, G. A prototype of a RBES for personalized menus generation. Appl. Math. Comput. 2017, 315, 615–624. [Google Scholar] [CrossRef]
  21. Rodríguez-Solano, C.; Laita, L.M.; Roanes-Lozano, E.; López-Corral, L.; Laita, L. A Computational System for Diagnosis of Depressive Situations. Exp. Syst. Appl. 2006, 31, 47–55. [Google Scholar] [CrossRef]
  22. Roanes-Lozano, E.; Laita, L.M.; Roanes-Macías, E. A Groebner Bases Based Many-valued Modal Logic Implementation in Maple. In AISC/Calculemus/MKM 2008; Autexier, S., Campbell, J., Rubio, J., Sorge, V., Suzuki, M., Wiedijk, F., Eds.; Lecture Notes in Artificial Intelligence, 5144; Springer: Berlin/Heidelberg, Germany, 2008; pp. 170–183. [Google Scholar]
  23. Available online: http://polybori.sourceforge.net/ (accessed on 10 April 2020).
  24. Available online: http://minisat.se/ (accessed on 10 April 2020).
  25. Roanes-Lozano, E.; Hernando, A.; Laita, L.M.; Roanes-Macías, E. A Groebner bases-based approach to backward reasoning in rule based expert systems. Ann. Math. Art. Int. 2009, 56, 297–311. [Google Scholar] [CrossRef]
Figure 1. Some rules directly deduce output from the facts. Other rules lead to intermediate results (guards). And another rules obtain output from the guards. Therefore, the figure shows the hierarchy among input variables (facts), intermediate conclusions (guards) and final conclusions (output).
Figure 1. Some rules directly deduce output from the facts. Other rules lead to intermediate results (guards). And another rules obtain output from the guards. Therefore, the figure shows the hierarchy among input variables (facts), intermediate conclusions (guards) and final conclusions (output).
Algorithms 13 00106 g001
Table 1. Facts—Block I.
Table 1. Facts—Block I.
DescriptionPropositional
Variable
Kind of serve (choose exactly one):
You are executing a slice serve x 1
You are executing a flat serve x 2
You are executing a topspin serve x 3
You are an expert player and you can serve in any of the
  three ways ( x 1 , x 2 , x 3 ) tossing the ball the same place z 0
You usually jump when executing this kind of serve y 1
Table 2. Facts—Block IIa.
Table 2. Facts—Block IIa.
DescriptionPropositional
Variable
Feet initial position / distance (choose at most one):
Distance between feet too big d 1
Distance between feet too small d 2
Arms initial situation:
Arms initially not relaxed v 1
Shoulders’ initial position (angle w.r.t. baseline)
close to right angle (or your usual position) w 1
Tossing the ball—A (choose exactly one):
Too low toss t 1
Normal height toss t 2
Too high toss t 3
Tossing the ball—B (choose exactly one):
A bit towards the arm holding the racket l 1
On the middle l 2
A bit towards the arm not holding the racket l 3
Hitting the ball (choose at most one):
You are letting the ball drop too low a 1
You are hitting the ball too high (upper part of the racket) a 2
Looking at the ball:
You are keeping your eyes on the ball m 1
Grip:
You are holding the grip firmly e 1
This is your usual grip for this kind of serve e 2
Table 3. Facts—Block IIb.
Table 3. Facts—Block IIb.
DescriptionPropositional
Variable
Kinetic:
You flex slightly your knees before hitting the ball k 1
Your knees are straight when hitting the ball k 2
You balance slightly backward and forward during the
execution of the serve and you move or tend to move forward k 3
You feel your abdominals do work during the execution of the serve k 4
Your racket begins the swing more or less behind your
  head at its usual initial position k 5
The swing of your racket finishes too early k 6
You are hitting the ball with your feet on the air k 7
Coordination:
You “feel coordinated” when serving today o 1
Table 4. Guards.
Table 4. Guards.
DescriptionPropositional
Variable
Lack of balance (equilibrium of the body) g 1
Physical difficulty or impossibility to execute the stroke that way g 2
Acceleration w.r.t. normal rhythm or some parts
of the execution of the serve not on time g 3
Incompatibility with the player’s own technique g 4
Table 5. Output.
Table 5. Output.
DescriptionPropositional
Variable
Imprecision c 1
Stroke too weak (lack of power) c 2
Too low and/or too short c 3
Too long c 4
Little spin c 5

Share and Cite

MDPI and ACS Style

Roanes-Lozano, E.; Casella, E.A.; Sánchez, F.; Hernando, A. Diagnosis in Tennis Serving Technique. Algorithms 2020, 13, 106. https://doi.org/10.3390/a13050106

AMA Style

Roanes-Lozano E, Casella EA, Sánchez F, Hernando A. Diagnosis in Tennis Serving Technique. Algorithms. 2020; 13(5):106. https://doi.org/10.3390/a13050106

Chicago/Turabian Style

Roanes-Lozano, Eugenio, Eduardo A. Casella, Fernando Sánchez, and Antonio Hernando. 2020. "Diagnosis in Tennis Serving Technique" Algorithms 13, no. 5: 106. https://doi.org/10.3390/a13050106

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop